home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
System Booster
/
System Booster.iso
/
Systemmonitors
/
MemSnapII
/
source
/
menu.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-09-27
|
217 b
|
13 lines
/*
* Menunumbers for MemSnap's menu.
*/
#define PROJECT 0
#define SMALL 0
#define LARGE 1
#define ABOUT 2
#define QUIT 3
struct Menu *AllocMemSnapMenu(struct Window *);
void FreeMemSnapMenu(void);